projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1915fb4
)
edo: do not emit trailing newline
author
Michael Olson
<mwolson@gnu.org>
Sat, 17 May 2008 06:22:22 +0000
(06:22 +0000)
committer
Michael Olson
<mwolson@gnu.org>
Sat, 17 May 2008 06:22:22 +0000
(06:22 +0000)
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index 41761fd20e43b1ea7817ff43800f90feb4b43375..d4a84780505c88e74d6c33e73a59909c8ed48381 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-1315,7
+1315,6
@@
Value is an integer which is number of chars to right of prompt.")
(if (listp ido-unc-hosts-cache)
(ido-pp 'ido-unc-hosts-cache)
(insert "\n;; ----- ido-unc-hosts-cache -----\nt\n"))
- (insert "\n")
(write-file ido-save-directory-list-file nil))
(kill-buffer buf)))))